Digital Ocean
The Postgres database provider for Centurion, for both the the production an stage databases. Both databases are part of a single Postgres cluster and share the same resources.
Both the centurion-nodejs and centurion-worker repos update and read the database. See Keybase for access information of both projects each of which has its own .env file.
- centurion-nodejs: backend that provides routes for the frontend and runs the syncHistory function
- centurion-worker: syncs external data into the Postgres database using several sync function
The script to create the database in in the centurion-nodejs project.